Vcenter Deployment Question Question

Vcenter Deployment Question Question
Vcenter Deployment Question Question

The Vcenter Deployment Question Question schema contains properties to describe a deployment question.

This schema was added in vSphere API 6.7.

JSON Example
{
    "id": "string",
    "question": {
        "id": "string",
        "default_message": "string",
        "args": [
            "string"
        ],
        "params": {
            "params": {
                "s": "string",
                "dt": "string",
                "i": 0,
                "d": "number",
                "l": "Vapi Std NestedLocalizableMessage Object",
                "format": "string",
                "precision": 0
            }
        },
        "localized": "string"
    },
    "type": "string",
    "default_answer": "string",
    "possible_answers": [
        "string"
    ]
}
string
id
Required

Id of the question raised.

This property was added in vSphere API 6.7.

question
Required

Message describing the question.

This property was added in vSphere API 6.7.

string
type
Required

Type of the question raised.

For more information see: Vcenter Deployment Question QuestionType.

This property was added in vSphere API 6.7.

string
default_answer
Required

Default answer value.

This property was added in vSphere API 6.7.

array of string
possible_answers
Required

Possible answers values.

This property was added in vSphere API 6.7.